home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
MCASM.RAR
/
MC_ASM.EXE
/
WROX_ASM
/
CH12
/
EFFECTS
/
PALEFF.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-09
|
277b
|
13 lines
#ifndef PALEFF_H
#define PALEFF_H
#include "graph.h"
typedef unsigned char MixRow[320];
typedef MixRow *MixBuffer;
typedef colortype VGApalette[256];
void colorwheel(int first,int count,void *Pal);
void colwheeldemo1(void* v);
void colwheeldemo2(void* v);
#endif